Thanks to the Paweł's answers you have to set the HydratationMode on the $paginator->getQuery()
So it will be :
$paginator->getQuery()->setHydrationMode(\Doctrine\ORM\Query::HYDRATE_ARRAY);
P.S : Sorry i did not have the reputation yet to only put a comment on Pawel's answer