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