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