findViewById<Button>(R.id.edit_user_interests).setOnClickListener {
            startActivity(Intent(this, EditUserInterestsActivity::class.java)) }