class Faker::DrivingLicence

def random_gender

def random_gender
  %i[male female].sample(random: Faker::Config.random)
end