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