How would I go about adding a function to get the new table?
EDIT: Actually scratch that... I just added the following...
        
	Code:
	public function getDescription2(){
	    return $this->description2;
}
and...
$stats->add(new Comment("<br>Backstory: ",FALSE));
        $stats->add(new Comment($this->getDescription2()));
 And that did the trick!
Thanks again!