public string GetFamilyMember() { var attr = FamilyMember.GetAttribute <EnumDescriptionAttribute>(); return(attr.GetDescription()); }