    public static function autocompleteToString(Plot $plot, $property)
    {
        return sprintf('%s [%s] [%s]', $plot->getName(), $plot->getCode(), $plot->getProducer()->getName());
    }