public ContenidoBuilder withFechaCreacion(Date fechaCreacion) {
   contenido.setFechaCreacion(fechaCreacion);
   return this;
 }