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