It's a getter that returns the localized list for genders
List<Text> get genderType => _localizedGenderType[_locale.languageCode]!;