addCandidate(name) {
    if (name in this.candidates) {
      return false;
    }
    this.candidates[name] = 0;