/**
  * {@inheritDoc}
  */
 public function transform($value)
 {
     return $this->reversedTransformer->reverseTransform($value, null);
 }