public static string Label(this Gender gender) { return(gender.GetAttribute <GenderAttribute>().label); }