private static String getCategoriaIdValue(Trabajador o) {
   return "" + o.getCategoriaId();
 }