public function getPastRemindersForUser() {
            
            if (!$this->User instanceof User) {
                throw new Exception("Can't find reminders because we don't know which user to look up");
            }