togglePlay() {
        if (this.state.paused) {
            this.play();
        } else {
            this.pause();