public Preset(String tag, About about, Boolean isGesture, Integer soundCount, Integer bpm) {
        this.tag = tag;
        this.about = about;
        this.isGesture = isGesture;
        this.soundCount = soundCount;