/**
  * {@inheritdoc}
  */
 public function getDataTypeFromProperty(ListDataDefinitionInterface $property)
 {
     return $property->getType();
 }
 /**
  * {@inheritdoc}
  */
 public function appliesToProperty(ListDataDefinitionInterface $property)
 {
     return $property->getType() == 'entity_reference';
 }