public function getCurrentValue()
 {
     $stripeCalculator = new StripeCalculator($this->user());
     return $stripeCalculator->getArr(TRUE);
 }
 function __construct($user)
 {
     parent::__construct($user);
     $this->events = $this->dataCollector->getEvents();
     $this->filterEvents();
 }