/**
  * Dumps the information of this matched check set into the dumper.
  * 
  * @param IDumper $dumper
  */
 public function dump(IDumper $dumper)
 {
     return $dumper->dumpMatchedCheckSet($this);
 }