public function get_worn_armor()
 {
     return Armor::get_all($this->dbObj, $this->characterId);
 }