/**
  * {@inheritDoc}
  */
 protected function doInitialize()
 {
     $elements = $this->entityPersister->loadCriteria($this->criteria);
     $this->collection = new ArrayCollection($elements);
 }