@Override
 public Date to(DateValue userObject) {
   return DateTimeUtils.toSqlDate(userObject.getValue());
 }