public enum BachelorDegree
{
    BACHELOR_OF_SCIENCE,
    BACHELOR_OF_ENGINEERING;
}