deleteCaption() {
        let caption = this.caption;

        if (caption !== null) {
            this.removeChild(caption);