ReportRows::genSumResultsReport currently calls ContestResult::getWinners to get the winner - update it to use the IRV winners table (or errors) instead.
Discrepancies seem OK after a cursory check. Need more complete testing.
In the ResultsReport and state reports, decided to just omit everything but the contest name and the list of choices. All the necessary data (who won, the margins, etc), are in the IRV-specific reports anyway.
Depends on #136
ReportRows::genSumResultsReport currently calls ContestResult::getWinners to get the winner - update it to use the IRV winners table (or errors) instead.