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