public function getTitle()
 {
     $donation = new Donations();
     $result = $donation->getContributorsName();
     $result = json_encode($result);
     return $result;
 }