public static string GetFirstName()
 {
     return(BooleanData.GetBoolean() ? NameData.GetMaleFirstName() : NameData.GetFemaleFirstName());
 }