fun setTitle(title: String?) {
        if (title == null)
            this.title = "Unknown Title"
        else
            this.title = title