private static String getLocalidadIdValue(Trabajador o) {
   return "" + o.getLocalidadId();
 }