public Bio(String title, String name, String text, String source) {
        this.title = title;
        this.name = name;
        this.text = text;
        this.source = source;