public Item(String text, String hint, Boolean isHintVisible, String imageId) {
        this.text = text;
        this.hint = hint;
        this.isHintVisible = isHintVisible;
        this.imageId = imageId;