@ModelAttribute("Sex")
 public Sex[] getSex() {
   return Sex.values();
 }