...
if($statement->rowCount() > 0){
    return array_column($statement->fetchAll(), 'soyad', 'ad');
}