@Override
 public String formatValue(MonthDay value) {
   return value.toString();
 }