reset() {
        this.setState({
            question: '',
            answers: [{ answer: '', votes: 1 }, { answer: '', votes: 1 }]
        });