private static String getFechaAltaValue(Trabajador o) {
   if (o.getFechaAlta() != null) return "" + o.getFechaAlta();
   else return "";
 }